home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amos / amossible / spritesnbobs / easyanim.bak / easyanim.amosSourceCode < prev    next >
Encoding:
AMOS Source Code  |  1980-05-16  |  159 b   |  13 lines

  1. Screen Open 0,320,256,16,Lowres
  2. Flash Off 
  3. Curs Off 
  4. Cls 0
  5. Load "ATTBG:JUMP.Abk"
  6. Get Sprite Palette 
  7. I=1
  8. Do 
  9. Bob 1,150,110,I
  10. I=I+1
  11. If I=4 Then I=1
  12. Wait 10
  13. Loop